In [17]:
from mdtraj.html import TrajectoryView, enable_notebook
enable_notebook()
Notes on: "The ensemble nature of allostery" (Motlagh, Wrabl, Li, and Hilser, 2014, Nature) http://www.nature.com/nature/journal/v508/n7496/pdf/nature13001.pdf
Following (Cooper, Dryden, 1984) -- allostery without structural change demonstrated in several studies (highlighting limitations of inferring mechanism from static structure):
CAP
In [18]:
CAP = mdtraj.load_pdb("http://www.rcsb.org/pdb/files/1cgp.pdb")
widget = TrajectoryView(CAP, secondaryStructure='ribbon')
widget
In [19]:
PDZ = mdtraj.load_pdb("http://www.rcsb.org/pdb/files/1BE9.pdb")
widget = TrajectoryView(PDZ, secondaryStructure='ribbon')
widget
In [19]:
In [ ]: